Case cockpit
High level component to allow interaction with case.

Usage
This Component can be used by using the following HTML Tag:
<tcla-live-apps-case-cockpit></tcla-live-apps-case-cockpit>
Inputs
| Attribute | Type | Comments |
|---|---|---|
| access | RouteAccessControlConfigurationElement | RouteAccessControlConfig - basically the config for access control |
| appId | string | The LA Application Id |
| caseRef | string | The case reference |
| customFormDefs | CustomFormDefs | Custom Form configuration file |
| exclRecentAppIds | string[] | The list of LA Application Ids you want to mark as recent cases when accessed |
| formConfig | FormConfig | Custom Form Layout Configuration |
| formsFramework | string | |
| layout | [] | |
| legacyActions | boolean | |
| legacyWorkitems | boolean | |
| roles | Roles | Roles - The users current roles |
| sandboxId | number | sandboxId - this comes from claims resolver |
| showAudit | boolean | |
| showDocuments | boolean | |
| showNotes | boolean | |
| showStates | boolean | |
| showWorkitems | boolean | |
| typeId | string | The LA Application Type Id (generally 1) |
| uiAppId | string | The Application ID of the UI (should ideally be unique as it is shared state key) |
| userId | string | The ID of the logged user |
| workitemId | number | The workitem Id |
| workitemName | number | The workitem Name |
Outputs
| Attribute | Type | Comments | |
|---|---|---|---|
| routeAction | EventEmitter |
||
| Event | routeAction | Component requests route to another page | |
| Payload | RouteAction | RouteAction object to tell caller to navigate somewhere |
full development Documentation